<style>
*/ I'm going to define the body and the other text here. */
html {
padding:0px;
margin:0px;
}
body {
background-color: #f0f0e0;
font-size: 75%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:10px;
margin:10px;
}

#heading {
font-size: 400%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#ffffff;
padding:15px, 40px;
margin:px;
}

a {
color: #336600;
background-color:transparent;
text-decoration: none;
}

a:hover{text-decoration: underline;}
pre {
color: #564b47;
font-size: 11px;
font-family: Tahoma, Helvetica, Arial;
}
p,h1, h3, pre {
padding: 5px 15px;
margin: 0px;
}
h3 {
font-size: 24px;
color: #564b47;
background-color: transparent;
align: center;
text-transform: uppercase;
</style>